.banner{
    position: relative;
}
.banner .swiper .swiper-slide .pic img{
    display: block;
    width: 100%;
}
.banner .swiper .swiper-slide{
    position: relative;
}
.banner .swiper .swiper-slide .slide-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    
}
.banner .swiper .swiper-slide .slide-box .text-title{
    font-size: 40px;
    font-family: PingFang;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
}
.banner .swiper .swiper-slide .slide-box .text-des{
    font-size: 20px;
    font-family: PingFang;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 28px;
}
.banner .banner-box{
    position: absolute;
    z-index: 2;
    bottom: 197px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .banner-box .box-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner .banner-box .box-t .l{
    
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.banner .banner-box .box-t .l .current{
    color: rgba(0, 91, 172, 1)
}
.banner .banner-box .box-t .r{
    display: flex;
}
.banner .banner-box .box-t .r .icon{
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,0.33);
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
.banner .banner-box .box-t .r .icon:not(:last-child){
    margin-right: 28px;
}
.banner .banner-box .box-t .r .icon svg{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .banner-box .box-t .r .icon svg circle{
    stroke-dasharray: 216px;
    stroke-dashoffset: 0;
    transition: all .5s;
}
.banner .banner-box .box-t .r .icon svg circle.hover{
    stroke-dashoffset: 216px;
}
.banner .banner-box .box-t .r .icon.active svg circle.hover{
    transition: all 1s;
    stroke-dashoffset: 0px;
}
.banner .banner-box .box-t .r .icon.active{

}
.banner .banner-box .box-t .r .icon .iconfont{
    color: #fff;
    font-size: 28px;
    display: block;
}
.banner .banner-box .box-t .r .icon .iconfont.icon-gongyede-,
.box1 .box-t .swiper .swiper-slide .iconfont.icon-gongyede-,
.box3 .r .r-bottom .swiper .swiper-slide .iconfont.icon-gongyede-{
    transform: scale(0.8);
}
.banner .banner-box .box-b{
    /* position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(243, 243, 243, 0.24);
    margin-top: 20px; */
}
.banner .swiper-pagination{
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    text-align: left;
    z-index: 3;
}
.banner .swiper-pagination::before{
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: rgba(243, 243, 243, 0.24);
}
.banner .swiper-pagination-bullet{
    width: 76px;
    height: 4px;
    background: #E5E9EC;
    opacity: 0.24;
    border-radius: 2px;
}
.banner .swiper-pagination-bullet-active{
    background-color: rgba(52, 133, 238, 1);
    opacity: 1;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 14px 0 0;
 }
 .box1{
     background-image: url(../img/index-box-1.jpg);
     background-size: cover;
     padding-bottom: 123px;
 }
 .box1 .box-t .swiper{
    flex: 1;
 }
 .box1 .box-t .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    border-right: 1px solid rgba(0, 63, 154, 0.46);
    cursor: pointer;
 }
 .box1 .box-t .swiper .swiper-slide.active,
 .box1 .box-t .swiper .swiper-slide:hover{
     background-color: rgba(0, 63, 154, 1);
 }
 .box1 .box-t .swiper .swiper-slide .iconfont{
     font-size: 32px;
     display: block;
     margin-right: 21px;
 }
 .box1 .box-t .box-t-c{
    width: 69%;
    display: flex;
    margin: 0 0 0 auto;
    height: 130px;
    background-color: #005bac;
 }
 .box1 .box-t .box-t-c .btn{
     display: flex;
     padding: 0 69px 0 53px ;
     align-items: center;
     justify-content: space-between;
 }
 .box1 .box-t .box-t-c .btn .prev-btn{
     margin-right: 23px;
 }
 .box1 .box-t .box-t-c .btn .iconfont{
     font-size: 34px;
     color: #fff;
     cursor: pointer;
    
 }
 .box1 .box-t .swiper-button-lock{
     display: block;
 }
 .box1 .box-t .swiper-button-disabled{
     opacity: 0.32;
 }
 .box1 .box-c{
     position: relative;
     margin-top: 157px;
 }
 .box1 .box-c .l {
     width: 25.2%;
     padding: 18px 3.3% 41px 0;
 }
 .box1 .box-c .l .des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 29px;
    opacity: 0;
 }
 .box1 .box-c .l .more-btn{
     margin-top: 46px;
 }
 .box1 .box-c .r{
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     height: 395px;
     width: 69%;
 }
 .box1 .box-c .r .swiper{
     height: 100%;
     display: none;
 }
 .box1 .box-c .r .swiper.active{
     display: block;
 }
 .box1 .box-c .r .swiper .swiper-slide{
     width: 298px;
     margin-right: 29px;
     background-color: rgba(221, 221, 224, 1);
     
     text-align: center;
 }
 .box1 .box-c .r .swiper .swiper-slide a{
    padding: 52px 0 32px;
    color: rgba(51, 51, 51, 1);
    display: block;
 }
 .box1 .box-c .r .swiper .swiper-slide:hover{
     color: #fff;
     background: linear-gradient(90deg, #005BAC, #0074DA);
 }
 .box1 .box-c .r .swiper .swiper-slide:hover a{
     color: #fff;
 }
 .box1 .box-c .r .swiper .swiper-slide .text-title,
 .box1 .box-c .r .swiper .swiper-slide .text-des{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
 }
 .box1 .box-c .r .swiper .swiper-slide .text-des{
     margin-top: 6px;
 }
 .box1 .box-c .r .swiper .swiper-slide .pic{
     width: 100%;
     height: 211px;
     margin-top: 33px;
     display: flex;
     align-items: flex-end;
     justify-content: center;
 }
 .box1 .box-c .r .swiper .swiper-slide .pic img{
     display: block;
     max-width: 100%;
     max-height: 100%;
     margin: 0 auto;
 }
 .box2{
     padding: 128px 0 89px;
     background-image: url(../img/index-box2-bg.jpg);
     background-position: left bottom;
     background-repeat: no-repeat;
 }
 .box2 .content1500{
     display: flex;
     justify-content: space-between;
 }
 .box2 .l{
     width: 40.33%;
 }
 .box2 .l .title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
 }
 .box2 .l .title span{
    position: relative;
 }
 .box2 .l .title span::before{
     position: absolute;
     content: "。";
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #005BAC;
    line-height: 36px;
    right: -35px;
    top: -20px;
    display: none;
 }
 .box2 .l .sub-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-top: 19px;
 }
 .box2 .l .des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 79px;
 }
 .box2 .l .list{
     margin-top: 45px;
     border-top: 1px solid rgba(37, 37, 37, 0.11);
     padding-top: 58px;
 }
 .box2 .l .list ul{
     display: flex;
     justify-content: space-between;
 }
 .box2 .l .list ul .counter{
    font-size: 40px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #005BAC;
    line-height: 1;
    margin-right: 6px;
 }
 .box2 .l .list ul .number{
     font-size: 20px;
     color: #333;
     display: flex;
     align-items: center;
 }
 .box2 .l .list ul .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
 }
 .box2 .l .more-btn{
     margin-top: 69px;
 }
.box3{
    position: relative;
    display: none;
}
.box3::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 46.875%;
    height: 100%;
    background-image: url(../img/index-box3-bg-1.jpg);
    background-size: cover;
    z-index: -1;
}
.box3 .l{
    padding: 200px 0 267px;
    width: 46%;
}
.box3 .l .index-title-div .zh,
.box3 .l .index-title-div .en{
    color: #fff;
}
.box3 .l .index-title-div .line{
    background-color: #fff;
}
.box3 .l .des{
    margin-top: 62px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    width: 330px;
}
.box3 .l .more-btn{
    margin-top: 89px;
}
.box3 .r{
    position: absolute;
    right: 0;
    top: 0;
    width: 53.125%;
    height: 100%;
    background-image: url(../img/index-box3-bg-2.jpg);
    background-size: cover;
}
.box3 .r .r-top .container{
    padding: 80px 0 0;
    text-align: center;
    display: none;
}
.box3 .r .r-top .container.active{
    display: block;
}
.box3 .r .r-top .container .title{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.box3 .r .r-top .container .des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FAFAFA;
    line-height: 30px;
    margin-top: 24px;
}
.box3 .r .r-top .container .dot{
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.box3 .r .r-top .container .dot span{
    width: 4px;
    height: 4px;
    background: #D2D2D2;
    border-radius: 50%;
    margin: 0 2px;
}
.box3 .r .r-top .container .swiper-box{
    position: relative;
    margin:39px auto 0;
    width: 448px;
    height: 448px;
}
.box3 .r .r-top .container .swiper-box .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box3 .r .r-top .container .swiper-box .btn.swiper-button-disabled{
    opacity: 0.32;
}
.box3 .r .r-top .container .swiper-box .btn.btn-prev{
    left: -75px;
}
.box3 .r .r-top .container .swiper-box .btn.btn-next{
    right: -75px;
}
.box3 .r .r-top .container .swiper-box .btn .iconfont{
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}
.box3 .r .r-top .container .swiper-box .swiper{
    width: 100%;
    height: 100%;
}
.box3 .r .r-top .container .swiper-box .swiper .swiper-slide{
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(230, 234, 237, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px;
}
.box3 .r .r-top .container .swiper-box .swiper .swiper-slide svg{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box3 .r .r-top .container .swiper-box .swiper .swiper-slide svg circle{
    stroke-dasharray: 216px;
    stroke-dashoffset: 0;
    transition: all .5s;
    stroke-dashoffset: 216px;
}
.box3 .r .r-top .container .swiper-box .swiper .swiper-slide.active svg circle{
    transition: all 1s;
    stroke-dashoffset: 0px;
}
.box3 .r .r-top .container .swiper-box .swiper .swiper-slide img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.box3 .r .r-bottom{
    height: 146px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.box3 .r .r-bottom .swiper{
    height: 100%;
}
.box3 .r .r-bottom .swiper-slide{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}
.box3 .r .r-bottom .swiper-slide .iconfont{
    font-size: 32px;
    display: block;
    margin-right: 21px;
}
.box3 .r .r-bottom .swiper-slide:hover,
.box3 .r .r-bottom .swiper-slide.active{
    background-color: #02509e;
}
.box4{
    padding: 170px 0 90px;
    display: none;
}
.box4 .title{
    position: relative;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
}
.box4 .title::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "Advantage";
    text-transform: uppercase;
    font-size: 123px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F7F7F7;
    line-height: 1;
    z-index: -1;
    top: -40px;
}
.box4  .container{
    position: relative;
    margin-top: 104px;
}
.box4 .box-t .swiper .swiper-slide .pic img{
    display: block;
    width: 100%;
}
.box4 .box-a{
    position: absolute;
    top: 0;
    right: 20%;
    width: 500px;
    height: 100%;
}
.box4 .box-a .box-a-t{
    height: 100%;
}
.box4 .box-a .box-a-t .swiper{
    width: 100%;
    height: 100%;
}
.box4 .box-a .box-a-t .swiper .swiper-slide{
    background: rgba(255, 255, 255, 0.93);
    padding: 85px 54px 0;
}
.box4 .box-a .box-a-t .swiper .swiper-slide .text-title{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0562B0;
    line-height: 1;
}
.box4 .box-a .box-a-t .swiper .swiper-slide .sub-title{
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    margin-top: 25px;
}
.box4 .box-a .box-a-t .swiper .swiper-slide .des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 54px;
}
.box4 .box-a .box-a-b{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 59px;
    display: flex;
    align-items: flex-end;
    padding: 0 44px;
    box-sizing: border-box;
    z-index: 3;
}

.box4 .box-a .box-a-b .btn .iconfont{
    font-size: 25px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}
.box4 .box-a .box-a-b .btn .iconfont:hover{
    color: rgba(0, 92, 173, 1)
}
.box4 .box-a .box-a-b .gallery-thumbs{
    margin: 0 23px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
}
.box4 .box-a .box-a-b .gallery-thumbs .swiper-slide{
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
}
.box4 .box-a .box-a-b .gallery-thumbs .swiper-slide-thumb-active{
    transform: scale(1.5);
    color: rgba(0, 81, 189, 1);
    transform-origin: bottom center;
}
.box5{
    padding: 110px 0 126px;
    background-image: url(../img/index-box5-bg.jpg);
    background-size: cover;
}
.box5 .content1500{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box5 .r {
    display: flex;
    align-items: center;
}
.box5 .r ul{
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}
.box5 .r ul li.active,
.box5 .r ul li:hover{
    color: #005CAD;
}
.box5 .r ul li{
    margin-right: 55px;
    cursor: pointer;
}
.box5 .box-c{
    margin-top: 54px;
    padding-left: 202px;
}
.box5 .box-c .swiper-box{
    display: none;
}
.box5 .box-c .swiper-box.active{
    display: block;
}
.box5 .box-c .swiper .swiper-slide{
    width: 436px;
    margin-right: 26px;
    background-color: #fff;
    opacity: 0.37;
}
.box5 .box-c .swiper .swiper-slide.swiper-slide-active,
.box5 .box-c .swiper .swiper-slide.swiper-slide-next,
.box5 .box-c .swiper .swiper-slide.swiper-slide-prev{
    opacity: 1;
}
.box5 .box-c .swiper .swiper-slide.swiper-slide-next + .swiper-slide{
    opacity: 0.67;
}
.box5 .box-c .swiper .swiper-slide .text-box{
    padding: 36px 19px 24px;
}
.box5 .box-c .swiper .swiper-slide .text-box .type{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}
.box5 .box-c .swiper .swiper-slide .text-box .text-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 23px;
}
.box5 .box-c .swiper .swiper-slide .text-box .details{
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    line-height: 1;
    align-items: center;
}
.box5 .box-c .swiper .swiper-slide .text-box .details .icon{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
}
.box5 .box-c .swiper .swiper-slide:hover .text-box .details .icon{
    color: #fff;
    background-color: rgba(0, 92, 173, 1);
    border-color: rgba(0, 92, 173, 1);
}
.box5 .box-c .swiper .swiper-slide .text-box .details .icon .iconfont{
    font-size: 20px;
    font-weight: normal;
}
.box6{
    padding: 94px 0 58px;
}
.box6 .box-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box6 .box-t .r{
    display: flex;
}
.box6 .box-t .r span{
    font-size: 33px;
    color: #adadad;
    margin-left: 23px;
    cursor: pointer;
}
.box6 .box-t .r span:hover{
    color: rgba(0, 78, 164, 1);
}
.box6 .box-c{
    margin-top: 24px;
}
.box6 .box-c .swiper-slide{
    width: auto;
    margin-right: 67px;
}
.box6 .box-c .swiper-slide .img img{
    display: block;
}
 .index-title-div .en{
    font-size: 30px;
    font-family: STZhongsong;
    font-weight: bold;
    color: #333333;
    line-height: 1;
 }
 .index-title-div .zh{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-top: 24px;
 }
 .index-title-div .line{
    width: 50px;
    height: 6px;
    background: #02509e;
    margin-top: 46px;
 }
 .more-btn{
    width: 138px;
    height: 43px;
    background: #005CAD;
 }
 .more-btn:hover{
     opacity: 0.9;
 }
 .more-btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px 0 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
 }
 @media (max-width:1530px) {
    .box2 .l{
        width: 45%;
    }
    .box2 .r{
        flex: 1;
        margin-left: 40px;
    }
 }
 @media (max-width:1330px) {
    .footer .footer-c .l li{
        margin-right: 50px;
    }
 }